xen.git
2010-05-15 Keir FraserAdd MSR support for various feature AMD processor families.
2010-05-15 Keir Fraserxentrace: install scripts with python install wrapper
2010-05-15 Keir Fraserlibxl: Add missing start_time entry when create and...
2010-05-14 Keir FraserRemove many uses of cpu_possible_map and iterators...
2010-05-14 Keir Frasertrace: Do not touch percpu data for "impossible" cpus.
2010-05-14 Keir FraserSome cleanups to cpu offline handling.
2010-05-14 Keir Frasercpu: Quieten normal CPU hotplug operations.
2010-05-14 Keir Fraserstop_machine: Pass cpu number to tasklet handler.
2010-05-14 Keir FraserRemove unused PAGE_SCRUB_SOFTIRQ definition.
2010-05-14 Keir FraserMove cpu hotplug routines into common cpu.c file.
2010-05-14 Keir Fraserx86: Implement cpu hotplug notifiers. Use them.
2010-05-14 Keir Fraserx86: Do no thold cpu_add_remove_lock across stop_machin...
2010-05-14 Keir FraserImport raw notifier subsystem from Linux.
2010-05-14 Keir Fraserxl: Add include-only-once checks to xl_cmd{impl,table}.h
2010-05-14 Keir Fraserxl: Add "xl uptime" command, a clone of "xm uptime".
2010-05-14 Keir Fraserxl: Check invalid domid in find_domain()
2010-05-14 Keir Fraserlibxl: Fix missing memory/target xenstore entry on...
2010-05-14 Keir Fraserlibxl: Adjustments to memset/memmax handling
2010-05-14 Keir Frasermce: Fix mcheck_mca_logout to increase errcnt when...
2010-05-13 Keir Fraserxenstore: Fix cleanup_pop() definition for some (buggy...
2010-05-13 Keir FraserEven 'dummy' domains (e.g., dom_xen a.k.a. DOMID_XEN...
2010-05-13 Keir Fraserx86: Fix a few on_{selected,each}_cpus callers who...
2010-05-13 Keir Fraserlibxl: Check return codes of write/asprintf/daemon...
2010-05-13 Keir FraserVPMU: Implement vpmu support for AMD family 10h processors
2010-05-13 Keir FraserVPMU: Enable vpmu for svm
2010-05-13 Keir FraserVPMU: Make vpmu stucture visiable for both vmx and svm
2010-05-13 Keir FraserVPMU: Migrate vpmu files into public folders
2010-05-13 Keir Fraserxl: Implement block-detach command
2010-05-13 Keir Fraserxl: Implement block-list command
2010-05-13 Keir Fraserxl: Implement block-attach command
2010-05-13 Keir Fraserxl: Implement network-detach command
2010-05-13 Keir Fraserxl: Implement network-list command
2010-05-13 Keir Fraserxl: Implement network-attach
2010-05-12 Keir Frasermce: MCE polling logic should check mce_disabled during...
2010-05-12 Keir Fraserxl: Add check for command 'xl mem-set'
2010-05-12 Keir Fraserxl: Add command 'xl mem-max'
2010-05-12 Keir Fraserxl: Add "xl top" command, a clone of "xm top".
2010-05-12 Keir Fraserxl: Add "xl sysrq" command, a clone of "xm sysrq".
2010-05-12 Keir Fraservmx: Change the default Pause-Loop-Exiting "Gap" parameter
2010-05-12 Keir Fraserxs: avoid pthread_join deadlock in xs_daemon_close
2010-05-12 Keir Fraserxs: make sure mutexes are cleaned up and memory freed...
2010-05-12 Keir Frasercredit2: Fix tasklets
2010-05-12 Keir FraserHonour XEN_LINUX_GIT_LOCALBRANCH and XEN_LINUX_GITREV...
2010-05-12 Keir Fraserdomctl: Fix cpumap/cpumask conversion functions to...
2010-05-11 Keir Fraserx86: Replace our own specialised versions of memset...
2010-05-11 Keir Fraserxl: use help table to describe command help information
2010-05-11 Keir Fraserxl: Add "xl trigger" command, a clone of "xm trigger".
2010-05-11 Keir Fraserx86: Detect and handle unexpected platform-timer counte...
2010-05-11 Keir FraserDefine ABS() library function. Use it.
2010-05-11 Keir Frasertasklet: Improve scheduler interaction.
2010-05-11 Keir Fraserlibxl: More cpupool fixes.
2010-05-11 Keir Fraserxl: "vncunused" is documented to default to 1.
2010-05-11 Keir Fraserx86: Export timer hypercalls to HVM guests too
2010-05-11 Keir FraserVT-d: prevent watchdog timer from kicking in when
2010-05-11 Keir Fraserx86: TSC handling cleanups
2010-05-11 Keir Fraserxm: explicitly differentiate between tap and tap2 in...
2010-05-10 Keir Fraserxl: Remove transaction handle in "xl rename"
2010-05-10 Keir Fraserxl: add missing migrate commands to command table
2010-05-10 Keir FraserRemus: fix missing import in device.py
2010-05-10 Keir Fraserlibxl: Check cpupool parameter during domain creation.
2010-05-10 Keir Fraserxentrace: fix bug in t_info size
2010-05-10 Keir Fraserxl: ignore opengl unless sdl is enabled
2010-05-07 Keir Frasersvm: Avoid VINTR injection during NMI shadow
2010-05-07 Keir Fraserlibxl: fix paths for non-standard installations
2010-05-07 Keir Fraserocaml: NetBSD support and general CFLAGS cleanup
2010-05-07 Keir Fraserxl: Update memory info in xenstore when use 'xl mem...
2010-05-07 Keir Fraserxenstored: Always build and install.
2010-05-07 Keir Fraserdomain_create: No need to zero new domain struct as...
2010-05-07 Keir Frasermultiboot asm: Get offset constants from the C struct
2010-05-07 Keir Fraserxenpm: remove wrong and pointless "current" indicator
2010-05-07 Keir Fraserx86/cpufreq: fix turbo mode detection
2010-05-07 Keir Fraserlibxl: Support cpupools
2010-05-07 Keir Frasercredit2: Fix credit2 + cpupools
2010-05-07 Keir Fraserxl: Add "xl rename" command, a clone of "xm rename".
2010-05-07 Keir Fraserxl: Add "xl domname" command, a clone of "xm domname".
2010-05-07 Keir Fraserxl: Add "xl domid" command, a clone of "xm domid".
2010-05-07 Keir Fraserxend: support blktap2 in xend blkif utils
2010-05-07 Keir Fraserlibxl: support vncpassword in device-model specification
2010-05-07 Keir Fraserxl: Start enumerating vifs from 0.
2010-05-07 Keir Fraserocaml: Add -Werror to CFLAGS and fix resulting errors.
2010-05-07 Keir Fraser.hgignore: Update for new ocaml build-generated files.
2010-05-07 Keir Fraserocam: add missing files that got lost in the v2 shuffle
2010-05-07 Keir Fraserocaml: Fix C include paths in Makefile
2010-05-07 Keir Fraserocaml: Fix Makefile for parallel build.
2010-05-06 Keir FraserReduce 'd' debug key's global impact
2010-05-06 Keir Fraserxl: fix printf format specifier for 64-bit arguments
2010-05-06 Keir Fraserlibxl: make use of libxl path functions
2010-05-06 Keir Fraserxl: If domain creation fails, destroy the domain
2010-05-06 Keir FraserRemove CPUID4 emulation for AMD CPUs
2010-05-06 Keir FraserReduce '0' debug key's global impact
2010-05-06 Keir Fraserx86: add .data.page_aligned section
2010-05-06 Keir Fraseriommu: add missing __init annotations
2010-05-06 Keir Frasersvm: support EFER.LMSLE for guests
2010-05-06 Keir Fraservmce: Clean up implementation and setup/destroy.
2010-05-06 Keir Fraseria64: sysctl build fixes.
2010-05-06 Keir FraserEPT: fix handling of super page level limit
2010-05-06 Keir Frasercpupools: Fix cpupool sysctl locking.
2010-05-06 Keir Fraserxm: Add exception handling when launching vncviewer
2010-05-06 Keir Fraserxl: fix bash completion
2010-05-06 Keir Fraserocaml: Build components by default on Linux if toolchai...
next